home *** CD-ROM | disk | FTP | other *** search
/ Science Fair / Science Fair.iso / pc / working / weather.dir / 00192.ls < prev    next >
Encoding:
Text File  |  1995-03-27  |  173 b   |  11 lines

  1. on exitFrame
  2.   global gOnMove, gPos, gSteps
  3.   set gPos to the frame
  4.   if gSteps > 0 then
  5.     set gSteps to gSteps - 1
  6.     go(#next)
  7.   else
  8.     set gOnMove to 0
  9.   end if
  10. end
  11.